Fix rust-lang/rust#35203 warning/error
authorTim Neumann <mail@timnn.me>
Wed, 26 Oct 2016 15:25:15 +0000 (17:25 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 15:25:15 +0000 (17:25 +0200)
commit81dfab4450cc631addea03af89111318abdd3533
tree199dcc9c06a4d2f14a7ce730c41335d3f41dfb37
parentf265c77555bd2ec8f1404fa2b4f4136f26349916
Fix rust-lang/rust#35203 warning/error

rust-lang/rust#35203 made patterns in functions without body into a warn by default lint (which is being `deny`ed here).
tests/cargotest/support/mod.rs